Skip to content

Commit 83bcb67

Browse files
committed
build: delete old lib/ folder
1 parent eb15109 commit 83bcb67

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
@@ -13,7 +13,7 @@
1313
"flow": "flow",
1414
"flow:coverage": "for file in src/**.js test/**.js; do echo $file; flow coverage $file; done",
1515
"flow:watch": "flow-watch -e js,js.flow,flowconfig --ignore es/ --ignore node_modules/ --watch .flowconfig --watch src/ --watch test/",
16-
"clean": "rimraf *.js *.js.flow es && git checkout HEAD *.js",
16+
"clean": "rimraf *.js *.js.flow es lib && git checkout HEAD *.js",
1717
"build": "npm run clean && babel src --out-dir es && flow-copy-source -v src/ es && BABEL_ENV=es5 babel src --out-dir . && flow-copy-source -v src/ .",
1818
"test": "NODE_ENV=production BABEL_ENV=es5 mocha $npm_package_config_mocha && NODE_ENV=production BABEL_ENV=coverage nyc --reporter=lcov --reporter=text mocha $npm_package_config_mocha",
1919
"test:watch": "NODE_ENV=production BABEL_ENV=test mocha --watch $npm_package_config_mocha",

0 commit comments

Comments
 (0)