Skip to content

Commit 9f9dc0a

Browse files
committed
release fixes
1 parent d35bef5 commit 9f9dc0a

File tree

6 files changed

+7
-14910
lines changed

6 files changed

+7
-14910
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ p5-website/
1818
coverage/
1919
lib/p5-test.js
2020
release/
21+
parameterData.json
2122
yarn.lock

Gruntfile.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,5 +561,9 @@ module.exports = grunt => {
561561
'watch:yui'
562562
]);
563563
grunt.registerTask('yui:build', ['yui']);
564+
565+
// builds the docs and the library before release
566+
grunt.registerTask('prerelease', ['yui', 'build']);
567+
564568
grunt.registerTask('default', ['lint-no-fix', 'test']);
565569
};

0 commit comments

Comments
 (0)