mirror of
https://github.com/molstar/molstar.git
synced 2026-06-04 13:30:24 +08:00
npmignore tweaks
This commit is contained in:
@@ -1 +1,5 @@
|
||||
lib/tsconfig.commonjs.tsbuildinfo
|
||||
tests
|
||||
perf-tests
|
||||
_spec
|
||||
*.tsbuildinfo
|
||||
*.js.map
|
||||
@@ -38,7 +38,7 @@
|
||||
"volume-server-test": "node lib/commonjs/servers/volume/server.js --idMap em 'test/${id}.mdb' --defaultPort 1336",
|
||||
"plugin-state": "node lib/commonjs/servers/plugin-state/index.js --working-folder ./build/state --port 1339",
|
||||
"preversion": "npm run test",
|
||||
"version": "npm run rebuild",
|
||||
"version": "npm run rebuild && cpx .npmignore lib/.npmignore",
|
||||
"postversion": "git push && git push --tags"
|
||||
},
|
||||
"files": [
|
||||
|
||||
Reference in New Issue
Block a user