Skip to content

Commit 73cfa29

Browse files
committed
Rename 'build' script as it's playing funny with the github workflows
1 parent a84ed44 commit 73cfa29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
"test": "tests"
3939
},
4040
"scripts": {
41-
"build": "cd build; make",
41+
"build-webpshim": "cd build; make",
4242
"test": "./node_modules/.bin/mocha tests/*.spec.js"
4343
},
4444
"devDependencies": {

0 commit comments

Comments
 (0)